Click or drag to resize

ConnectionTimeToLive Property

Gets or sets time to live (TTL) value. Sessions using an IP multicast connection address must also have a TTL value present in addition to the multicast address. The TTL and the Address together define the scope with which multicast packets sent in this conference will be sent. TTL values must be in the range 0-255.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int TimeToLive { get; set; }

Property Value

Type: Int32
See Also